The data used is Kaggle dataset consisting of TV shows and movies listed on Netflix https://www.kaggle.com/shivamb/netflix-shows.
Below graph shows a cumulative number of shows into Netflix by date and the type of show (Movies/TV Shows)).
## `summarise()` regrouping output by 'date_added' (override with `.groups` argument)
## `summarise()` regrouping output by 'date_added' (override with `.groups` argument)
## Warning: Removed 1 rows containing missing values (position_stack).
The below histogram shows the number of shows available in Netflix by their release year.
Below figure shows a boxplot presentation of distributions of durations of movies (in mins) and TV shows (in number of seasons) in Netflix.
Below plotly presentation shows the number of shows in Netflix by the origin country.
## `summarise()` ungrouping output (override with `.groups` argument)
Below graph shows ount of shows by rating in Netflix
## `summarise()` ungrouping output (override with `.groups` argument)
Below graph shows th median duration of movies from USA, UK and India available in Netflix by the year of release.
## `geom_smooth()` using formula 'y ~ x'
Number of shows in Netflix by release from selected origin countries.
## `summarise()` regrouping output by 'show_id', 'release_year' (override with `.groups` argument)
Average duration of Netflix TV shows by release year (2000-2021) from selected origin countries.
## `summarise()` regrouping output by 'release_year' (override with `.groups` argument)